projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a69ec4
)
Fix typo.
author
Juanma Barranquero
<lekktu@gmail.com>
Tue, 2 Aug 2005 23:18:27 +0000
(23:18 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Tue, 2 Aug 2005 23:18:27 +0000
(23:18 +0000)
lispref/sequences.texi
patch
|
blob
|
history
diff --git
a/lispref/sequences.texi
b/lispref/sequences.texi
index 982c9ffeaddb1183a225a5ac63616279da4f18af..61387fe1e0cb5005327bb849786bacb200dc5d70 100644
(file)
--- a/
lispref/sequences.texi
+++ b/
lispref/sequences.texi
@@
-252,7
+252,7
@@
The length of the array is fixed once you create it; you cannot
change the length of an existing array.
@item
-
f
or purposes of evaluation, the array is a constant---in other words,
+
F
or purposes of evaluation, the array is a constant---in other words,
it evaluates to itself.
@item